home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / calc_controls.h < prev    next >
Text File  |  1996-06-22  |  323b  |  18 lines

  1. /* calc_controls.h */
  2.  
  3. #ifndef __CCR__
  4. #define __CCR__
  5.  
  6. void         do_controls            (Point local_point,         
  7.                                  WindowPtr wPtr,         
  8.                                  ControlHandle cntl_hndl,         
  9.                                  short control_part);        
  10.  
  11.  
  12.  
  13. void         do_scroll            (WindowPtr wPtr,
  14.                                 ControlHandle cntl_hndl);        
  15.  
  16. void         controls_seg        (void);
  17.  
  18. #endif    /*    __CCR__    */